home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / nt / emacssrc.zip / EMACSSRC.TAR / emacs-19.17 / src / casetab_p.h < prev    next >
C/C++ Source or Header  |  1993-10-06  |  528b  |  16 lines

  1. #ifndef __CASETAB_P_H__
  2. #define __CASETAB_P_H__
  3.  
  4. extern _VOID_ compute_trt_inverse _P_((register unsigned char *trt,
  5.                                        register unsigned char *inverse));
  6. extern _VOID_ init_casetab_once _P_((void));
  7. extern _VOID_ syms_of_casetab _P_((void));
  8.  
  9. DEFUN_P(Fcase_table_p, (Lisp_Object table));
  10. DEFUN_P(Fcurrent_case_table, (void));
  11. DEFUN_P(Fstandard_case_table, (void));
  12. DEFUN_P(Fset_case_table, (Lisp_Object table));
  13. DEFUN_P(Fset_standard_case_table, (Lisp_Object table));
  14.  
  15. #endif
  16.